ElementType Property

Summary

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

Syntax
C#
VB
C++
public Type ElementType {get;} 
Public ReadOnly Property ElementType As Type 
public: 
property Type^ ElementType { 
   Type^ get(); 
} 

Property Value

A Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly